Overload List

  Name Description
Public method AddRange(array<Object>[]()[][])
Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
Public method AddRange(array<T>[]()[][])
Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.

See Also